Skip to content

[Sehwan] Week6 solutions with javascript #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 9, 2024
Merged

Conversation

nhistory
Copy link
Contributor

@nhistory nhistory commented Jun 3, 2024

  • container with most water

// Two pointer: left and right
// Amount of water: math.Min(height[left], height[right]) * (right-left)

// Eception case
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : x가 빠졌네요 😭

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 이런 실수를 ㅎㅎ 수정했습니다

@nhistory nhistory marked this pull request as ready for review June 7, 2024 14:56
Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@DaleSeo DaleSeo merged commit 130c3df into DaleStudy:main Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants